home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 11 / Revista do CD-ROM 11.iso / demos / flight / install.bat < prev    next >
Encoding:
DOS Batch File  |  1995-02-10  |  227 b   |  10 lines

  1. @echo off
  2. if exist .\cdrom\engpile\audinstr.res goto all_ok
  3. echo Please run install directly from the CD-ROM base directory...
  4. goto exit
  5. :all_ok
  6. echo Loading install....
  7. inst\initial.exe
  8. echo ...install finished
  9. :exit
  10.